This resource address returns status information about a specific App Server. The server can be identified either by id or name.
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK), and the response body contains the requested data.
manage-user
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
The structure of the output returned from this REST API is as follows:
id
name
server-kind
meta
This is a complex structure with the following children:
uri
current-time
elapsed-time
start-min
view-error
This is a complex structure with the following children:
error-type
error-name
error-code
error-message
relations
This is a complex structure with the following children:
relation-group
This is a complex structure with the following children:
uriref
typeref
roleref
relation-count
relation
This is a complex structure with the following children:
qualifiers
This is a complex structure with the following children:
qualifier
This is a complex structure with the following children:
uriref
typeref
idref
nameref
uriref
typeref
roleref
idref
nameref
status-properties
This is a complex structure with the following children:
enabled
port
root
display-last-login
backlog
threads
max-threads
request-timeout
keep-alive-timeout
session-timeout
static-expires
max-time-limit
default-time-limit
max-inference-size
default-inference-size
multi-version-concurrency-control
authentication
default-user
privilege
concurrent-request-limit
default-xquery-version
output-sgml-character-entities
output-encoding
error-handler
url-rewriter
total-request-rate
total-expanded-tree-cache-miss-rate
total-expanded-tree-cache-hit-rate
total-requests
content-database-enabled
modules-database-enabled
directory-creation
last-login-database-enabled
host-detail
This is a complex structure with the following children:
relation
This is a complex structure with the following children:
qualifiers
This is a complex structure with the following children:
qualifier
This is a complex structure with the following children:
uriref
typeref
idref
nameref
uriref
typeref
roleref
idref
nameref
relation-id
requests-count
max-inference-size
default-inference-size
error
ssl-certificate-template
You can add a new
certificate template by navigating to
Security > Certificate Templates > Create
address
collation
distribute-timestamps
request-rate
queue-size
queue-limit
expanded-tree-cache-hits
expanded-tree-cache-misses
expanded-tree-cache-hit-rate
expanded-tree-cache-miss-rate
fs-program-cache-hits
fs-program-cache-misses
db-program-cache-hits
db-program-cache-misses
env-program-cache-hits
env-program-cache-misses
fs-main-module-seq-cache-hits
fs-main-module-seq-cache-misses
db-main-module-seq-cache-hits
db-main-module-seq-cache-misses
fs-lib-module-cache-hits
fs-lib-module-cache-misses
db-lib-module-cache-hits
db-lib-module-cache-misses
fs-schema-cache-hits
fs-schema-cache-misses
db-schema-cache-hits
db-schema-cache-misses
env-schema-cache-hits
env-schema-cache-misses
temporary-file-read-bytes
temporary-file-write-bytes
hosts
This is a complex structure with the following children:
host
This is a complex structure with the following children:
host-name
round-trip-count
round-trip-time
round-trip-rate
round-trip-load
default-error-format
request-time
server-receive-bytes
server-receive-time
server-receive-rate
server-receive-load
server-send-bytes
server-send-time
server-send-rate
server-send-load
related-views
This is a complex structure with the following children:
related-view
This is a complex structure with the following children:
view-type
view-name
view-uri
http://localhost:8002/manage/v2/servers/Admin?group-id=Default&view=status ==> Returns the status of the Admin server in the Default group.